home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / M / MUBBS / Menu+12 Folder / menu+ docs next >
Encoding:
Text File  |  1993-03-30  |  1.8 KB  |  65 lines  |  [TEXT/McSk]

  1.  *** Menu+ Module ***
  2.  
  3.  By Scott Szretter
  4.  
  5.  This module replaces the Menu module by Nate Hawthorn.
  6.  
  7.  It is basically the SAME exact thing, except it includes support for
  8.   
  9.     - Security levels
  10.  
  11.     - Chat notification...
  12.  
  13.     and 
  14.  
  15.     - Log Off Modules
  16.  
  17. Basically, the menu.info files look the same, except for one added number.
  18. So now they should look like this:
  19.  
  20. D
  21. 8
  22. Dis
  23.  
  24. The first line is the key to hit to execute the module.
  25. The second is the security level required for the user to access the module.
  26.  If the user doesnt have the right level, it says "This is not available.".
  27. The third line is the name of the module in the modules file.
  28.  
  29.  
  30. This menu module also supports logoff modules.
  31.  Logoff modules are modules run after the user chooses to logoff from the menu,
  32. but before the connection is broken.
  33.  
  34.  Simply edit the file 'logoffmodules' in the bbssupport folder.
  35.  
  36. The format is simple:
  37.  
  38. Automsg
  39. Sendfile2
  40.  
  41. Just like in the maincaller.info file, specify on each line the module name to be run in the
  42.  order you want them.
  43. In this case, Automsg will be run, then Sendfile2 will be run......
  44.  
  45. This new menu module also supports what I call chat notification... 
  46. If you use the new module called "Pager" and "Chat" which ive made, a user can
  47.  tell another user "I WANNA CHAT WITH YOU!"...
  48.  
  49. For programmers: I made my pager module set the users variable G->chatmode[u] to a 1.
  50.  (the user who you want to chat with)
  51. Then, the menu module calls the module called 'chat' automatically....
  52.  After chat is exited, G->chatmode[u] gets set to 0.
  53.  
  54.  (source to these two modules should be available on my bbs!)
  55.  
  56. Look for more great modules from Scott Szretter!
  57.  
  58. Donations are accepted - and appriciated!
  59.  
  60. Call HMM BBS if you have any questions/comments.
  61.  
  62.   Line 1: (508)655-8927 (14400bps)
  63.   Line 2: (508)653-9334 (2400bps)
  64.  
  65.